net.TCPListener.ok (method)

7 uses

	net (current package)
		tcpsock.go#L347: 	if !l.ok() {
		tcpsock.go#L356: 	if !l.ok() {
		tcpsock.go#L369: 	if !l.ok() {
		tcpsock.go#L382: 	if !l.ok() {
		tcpsock.go#L399: 	if !l.ok() {
		tcpsock.go#L413: 	if !l.ok() {
		tcpsock_posix.go#L156: func (ln *TCPListener) ok() bool { return ln != nil && ln.fd != nil }